blob: eed7f168771017537874ba6c68f70bc1a56ed8ff [file] [log] [blame]
struct S
{
unsigned i:4;
unsigned :0;
} s;
static void *f(void)
{
return &s;
}