Add extension for Perl6
[ohcount] / test / detect_files / fortranfree.f
1 ! -*- F90 -*-
2       program fortranfreecheck
3 !     Simple check.  Not valid fixed form thanks to the continuation.
4       write(*,*) 2 + &
5 & 2
6       goto 22
7  22   write(*,*) 'bar'
8       end