Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
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
;