1 fortranfixed comment C Just a comment, whee.
2 fortranfixed code program foo
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
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.'