1extern char f() __attribute__((const));2 3struct S {4 struct {5 int a __attribute__((packed));6 };7};8 9void stmt() {10#pragma unroll11 for (;;)12 ;13}14