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