diff options
Diffstat (limited to 'tests/objects/t4318.nim')
-rw-r--r-- | tests/objects/t4318.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/objects/t4318.nim b/tests/objects/t4318.nim index 34ff722f5..beadd6909 100644 --- a/tests/objects/t4318.nim +++ b/tests/objects/t4318.nim @@ -1,3 +1,8 @@ +discard """ + matrix: "--mm:refc" +""" + + type A = object of RootObj B = object of A |