``` -- main.d extern(C) void test(){ int a=1; } void main(){ test; } ``` ``` dmd -g main.d lldb ./main b test r fr v # nothing shown ``` with ldmd2: (lldb) fr v (int) a = 0
This seems to be duplicated with https://issues.dlang.org/show_bug.cgi?id=18527.
*** This issue has been marked as a duplicate of issue 18527 ***