diff options
Diffstat (limited to 'mnv/runtime/syntax/testdir/input/awk.awk')
| -rw-r--r-- | mnv/runtime/syntax/testdir/input/awk.awk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/testdir/input/awk.awk b/mnv/runtime/syntax/testdir/input/awk.awk new file mode 100644 index 0000000000..337a1ceeea --- /dev/null +++ b/mnv/runtime/syntax/testdir/input/awk.awk @@ -0,0 +1,9 @@ +{ # Comment 1 + for (i = 0; # Comment 2 + i < 1; # Comment 3 + i++) # Comment 4 + { # Comment 5 + print # Comment 6 + } # Comment 7 +} # Comment 8 + |
