mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
10 lines
130 B
D
10 lines
130 B
D
void test16563()
|
|
{
|
|
align(1)
|
|
struct S
|
|
{
|
|
uint i;
|
|
ubyte b;
|
|
static assert(S.sizeof == 5);
|
|
}
|
|
}
|