summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/awk.awk
blob: 337a1ceeea55bb64d6516b731c63c6009868a11c (plain)
1
2
3
4
5
6
7
8
9
{ # Comment 1
    for (i = 0; # Comment 2
         i < 1; # Comment 3
         i++) # Comment 4
    { # Comment 5
        print # Comment 6
    } # Comment 7
} # Comment 8