Augustin Cavalier b0a6bed08c Import GCC 8.3.
2019-05-23 17:48:23 -04:00

7 lines
86 B
Fortran

program condinc3
logical l
l = .false.
!$ include 'condinc1.inc'
stop 2
end