f23b0a7dc ^
1 2 3 4 5 6 7 8 9 10 11 12
discard """ errormsg: "can raise an unlisted exception: Exception" line: 10 """ proc foo() {.raises: [].} = try: discard except ValueError: raise foo()