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

7 строки
78 B
C
Исходник Обычный вид История

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