Sign in
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
clang
/
test
/
Import
/
attr
/
Inputs
/
S.cpp
blob: cf9af91838e8e48a3be2adff95f09216dcff630c [
file
]
extern
char
f
()
__attribute__
((
const
));
struct
S
{
struct
{
int
a __attribute__
((
packed
));
};
};
void
stmt
()
{
#pragma
unroll
for
(;;)
;
}