diff options
Diffstat (limited to 'tests/typredef.nim')
-rw-r--r-- | tests/typredef.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typredef.nim b/tests/typredef.nim index 2dd5e0446..a77d91f40 100644 --- a/tests/typredef.nim +++ b/tests/typredef.nim @@ -1,2 +1,3 @@ type - Uint8 = Uint8 + Uint8 = Uint8 #ERROR_MSG illegal recursion in type 'Uint8' + |