-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Nim Version
Description
template test(): typedesc =
when true:
int
else:
bool
const c = default(test())
echo cCurrent Output
nim c test
......................................................................SIGSEGV: Illegal storage access. (Attempt to read from nil?)
Segmentation fault (core dumped) nim c test
Expected Output
Known Workarounds
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
No labels