diff options
Diffstat (limited to 'tests/pragmas/tpushexperimental.nim')
-rw-r--r-- | tests/pragmas/tpushexperimental.nim | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/pragmas/tpushexperimental.nim b/tests/pragmas/tpushexperimental.nim new file mode 100644 index 000000000..301419f60 --- /dev/null +++ b/tests/pragmas/tpushexperimental.nim @@ -0,0 +1,13 @@ +discard """ + output: '''0 1 +1 2 +2 3 +0 1 +1 2 +2 3 +3 5''' +""" + +import mpushexperimental + +main(12) |