mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
12 lines
273 B
OpenEdge ABL
12 lines
273 B
OpenEdge ABL
// https://issues.dlang.org/show_bug.cgi?id=23935
|
|
|
|
typedef struct
|
|
__declspec(align(16))
|
|
__pragma(warning(push))
|
|
__pragma(warning(disable:4845))
|
|
__declspec(no_init_all)
|
|
__pragma(warning(pop))
|
|
_CONTEXT
|
|
{
|
|
int i;
|
|
} _CONTEXT;
|