mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
6 lines
130 B
C
6 lines
130 B
C
// https://issues.dlang.org/show_bug.cgi?id=23879
|
|
|
|
struct S { int x; };
|
|
|
|
int x = __alignof(struct S);
|
|
int y = _Alignof(struct S);
|