bolt/deps/llvm-18.1.8/clang/test/Import/attr/Inputs/S.cpp

14 lines
155 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
extern char f() __attribute__((const));
struct S {
struct {
int a __attribute__((packed));
};
};
void stmt() {
#pragma unroll
for (;;)
;
}