hanchenye-llvm-project/clang/test/Sema/ast-print.c

9 lines
116 B
C

// RUN: clang %s -ast-print
typedef void func_typedef();
func_typedef xxx;
typedef void func_t(int x);
func_t a;