D has an answer:pragma(mangle, "tab") extern extern(C) int[1] _ctab; @property int* tab() { return _ctab.ptr; }I still don't recommend doing this, for previously stated reasons.
This is really interesting :).
D has an answer:pragma(mangle, "tab") extern extern(C) int[1] _ctab; @property int* tab() { return _ctab.ptr; }I still don't recommend doing this, for previously stated reasons.
This is really interesting :).