mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 20:34:21 +00:00
8
tests/exception/t22008.nim
Normal file
8
tests/exception/t22008.nim
Normal file
@@ -0,0 +1,8 @@
|
||||
template detect(v: untyped) =
|
||||
doAssert typeof(v) is int
|
||||
|
||||
detect:
|
||||
try:
|
||||
raise (ref ValueError)()
|
||||
except ValueError:
|
||||
42
|
||||
Reference in New Issue
Block a user