summary refs log tree commit diff stats
path: root/tests/pragmas/tpushexperimental.nim
blob: 301419f607dcd81c3e772c08dd24cbf4dc8e9f33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
discard """
  output: '''0 1
1 2
2 3
0 1
1 2
2 3
3 5'''
"""

import mpushexperimental

main(12)