Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
528473335419f072f6eff25a4af07925c1692121
/
.
/
test
/
Parser
/
function-decls.c
blob: 3493baa156d8cbf1db8ae3f3968a18144ca7f7e6 [
file
] [
log
] [
blame
]
/* RUN: clang %s -ast-print
*/
void
foo
()
{
int
X
;
X
=
sizeof
(
void
(*(*)())());
X
=
sizeof
(
int
(*)(
int
,
float
,
...));
X
=
sizeof
(
void
(*(
int
arga
,
void
(*
argb
)(
double
Y
)))(
void
*
Z
));
}