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