diff options
Diffstat (limited to 'tests/misc/theaproots.nim')
-rw-r--r-- | tests/misc/theaproots.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/misc/theaproots.nim b/tests/misc/theaproots.nim index 77d0207b0..1ea3c86b9 100644 --- a/tests/misc/theaproots.nim +++ b/tests/misc/theaproots.nim @@ -1,3 +1,7 @@ +discard """ +action: compile +""" + type Bar = object x: int |