bolt/deps/llvm-18.1.8/clang/test/Import/attr/Inputs/S.cpp
2025-02-14 19:21:04 +01:00

13 lines
155 B
C++

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