diff options
Diffstat (limited to 'tests/constr/b.nim')
-rw-r--r-- | tests/constr/b.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/constr/b.nim b/tests/constr/b.nim deleted file mode 100644 index 437dd0550..000000000 --- a/tests/constr/b.nim +++ /dev/null @@ -1,2 +0,0 @@ -type B* = object -proc A*(a, b: float): B = discard \ No newline at end of file |