OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / expected_dir / fortranfixed.f
1 fortranfixed    comment C     Just a comment, whee.
2 fortranfixed    code          program foo
3 fortranfixed    blank   
4 fortranfixed    comment C     Many languages seem to count split lines as multiple lines,
5 fortranfixed    comment C     so we should, too.
6 fortranfixed    code          write (*,*) 1
7 fortranfixed    code         + + 1
8 fortranfixed    blank   
9 fortranfixed    comment C     And I've never seen Fortran code that wraps strings; I'm
10 fortranfixed    comment C     not even sure fixed form allows it.
11 fortranfixed    code          write (*,*) 'So we don''t bother testing odd string foo.'
12 fortranfixed    code          end