Sign in
chromium
/
external
/
llvm.org
/
clang
/
741e05796da92b46d4f7bcbee00702ff37df6489
/
.
/
test
/
Import
/
attr
/
Inputs
/
S.cpp
blob: 28d70c544a7ca767b96707646c0d979b62a86a0c [
file
] [
log
] [
blame
]
extern
void
f
()
__attribute__
((
const
));
struct
S
{
struct
{
int
a __attribute__
((
packed
));
};
};
void
stmt
()
{
#pragma
unroll
for
(;;)
;
}