Testsuite for factor programming language
[ohcount] / test / src_dir / fortranfixed.f
1 C     Just a comment, whee.
2       program foo
3
4 C     Many languages seem to count split lines as multiple lines,
5 C     so we should, too.
6       write (*,*) 1
7      + + 1
8
9 C     And I've never seen Fortran code that wraps strings; I'm
10 C     not even sure fixed form allows it.
11       write (*,*) 'So we don''t bother testing odd string foo.'
12       end