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

14 lines
155 B
C++
Raw Normal View History

2022-04-25 13:02:35 +02:00
extern void f() __attribute__((const));
struct S {
struct {
int a __attribute__((packed));
};
};
void stmt() {
#pragma unroll
for (;;)
;
}