(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test16563.d
void test16563()
{
    align(1)
    struct S
    {
        uint i;
        ubyte b;
        static assert(S.sizeof == 5);
    }
}