blob: cf9af91838e8e48a3be2adff95f09216dcff630c [file] [log] [blame]
extern char f() __attribute__((const));
struct S {
struct {
int a __attribute__((packed));
};
};
void stmt() {
#pragma unroll
for (;;)
;
}