brintos

brintos / llvm-project-archived public Read only

0
0
Text · 155 B · cf9af91 Raw
14 lines · cpp
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