Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e530ad407af4a8904377592bfdb236acd320c6c2
/
.
/
test
/
Sema
/
ast-print.c
blob: 34b0411cfe08e8de79ddb6c8df847063991a2255 [
file
] [
log
] [
blame
]
// RUN: clang %s -ast-print
typedef
void
func_typedef
();
func_typedef xxx
;
typedef
void
func_t
(
int
x
);
func_t
a
;