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