Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
aab3aff97bc536dca831b45a3a4dc541ae2b51fc
/
.
/
test
/
CFrontend
/
2003-08-21-StmtExpr.c
blob: a5eefe70b2aa54565ce3a4f2676c2237f45c1744 [
file
] [
log
] [
blame
]
typedef
struct
{
unsigned
long
val
;
}
structty
;
void
bar
(
structty new_mask
);
static
void
foo
()
{
bar
(({
structty mask
;
mask
;
}));
}