diff options
Diffstat (limited to 'nimpretty/tests/expected')
-rw-r--r-- | nimpretty/tests/expected/simple.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nimpretty/tests/expected/simple.nim b/nimpretty/tests/expected/simple.nim new file mode 100644 index 000000000..75f570bac --- /dev/null +++ b/nimpretty/tests/expected/simple.nim @@ -0,0 +1,4 @@ + +var x: int = 2 + +echo x # bug #9144 |