Closed GrimMaple closed 2 weeks ago
this is ldc-specific, works in dmd. prolly missed a function call in the glue or in the frontend semantic
found the problem, it declared the variable but didn't pass that declaration up the ast chain so ldc never allocated it (whereas dmd just magically did)
fix will go up in the next push
this should be fixed in the latest build
Confirmed working
The following code leads to a compiler crash
Crash: