Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
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
(;;)
;
}