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;