blob: dd2991d03e3f0717ad61ee9293b38926dcdf9780 [file] [log] [blame]
program test_subproject_inc
implicit none
include 'thousand.f90'
if (thousand /= 1000) error stop 'did not include properly'
end program