llvm-for-llvmta/tools/clang/test/Import/attr/Inputs/S.cpp

14 lines
155 B
C++

extern void f() __attribute__((const));
struct S {
struct {
int a __attribute__((packed));
};
};
void stmt() {
#pragma unroll
for (;;)
;
}