mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
5 lines
191 B
OpenEdge ABL
5 lines
191 B
OpenEdge ABL
// https://issues.dlang.org/show_bug.cgi?id=23866
|
|
|
|
struct __declspec(align(16)) __declspec(no_init_all) S { };
|
|
|
|
typedef struct __attribute__((aligned(16))) __declspec(no_init_all) S2 { } S2;
|