blob: a215176e49a8c59432531993dc743dd256312e56 [file] [log] [blame]
void test16563()
{
align(1)
struct S
{
uint i;
ubyte b;
static assert(S.sizeof == 5);
}
}