clang-1/test/Sema/ast-print.c

9 строки
116 B
C

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