blob: 97ee84f4a6751d3b2029432081e1e600ae026fc4 [file] [log] [blame]
Chris Lattner0d6ca112007-12-03 21:43:25 +00001// RUN: clang %s -ast-print
2
3typedef void func_typedef();
4func_typedef xxx;
5
6