blob: 94040ef62413a423dc8a28ae1076dcdcf4a72aa5 [file] [log] [blame]
program testinclude
include "test1-two-includes-file1.f77"
include "test1-two-includes-file.f77"
integer:: i
i=1
print *, x
stop
continue
end program