mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 09:31:38 +00:00
allow .experimental in a .push/pop environment; refs #8676
This commit is contained in:
13
tests/pragmas/tpushexperimental.nim
Normal file
13
tests/pragmas/tpushexperimental.nim
Normal file
@@ -0,0 +1,13 @@
|
||||
discard """
|
||||
output: '''0 1
|
||||
1 2
|
||||
2 3
|
||||
0 1
|
||||
1 2
|
||||
2 3
|
||||
3 5'''
|
||||
"""
|
||||
|
||||
import mpushexperimental
|
||||
|
||||
main(12)
|
||||
Reference in New Issue
Block a user