(cherry picked from commit d78ebe4a0e)
This commit is contained in:
Timothee Cour
2021-03-23 00:33:09 -07:00
committed by narimiran
parent 69c2c05463
commit 28b301cbaa
2 changed files with 13 additions and 11 deletions

4
tests/stdlib/tmacros.nim Normal file
View File

@@ -0,0 +1,4 @@
import macros
block: # bug #17454
proc f(v: NimNode): string {.raises: [].} = $v