diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-03 21:43:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-03 21:43:25 +0000 |
commit | 0d6ca11db071e4d4e1cd8fe89c3d6d6b4988d8d5 (patch) | |
tree | 0245331f48932e19a13589eed26234eb4dfc6a2d /test/Sema/ast-print.c | |
parent | acb4977dd3b6a678bfbdb80781bfe3c617be3f24 (diff) |
Fix an ast-print/ast-dump bug.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/ast-print.c')
-rw-r--r-- | test/Sema/ast-print.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Sema/ast-print.c b/test/Sema/ast-print.c new file mode 100644 index 0000000000..97ee84f4a6 --- /dev/null +++ b/test/Sema/ast-print.c @@ -0,0 +1,6 @@ +// RUN: clang %s -ast-print + +typedef void func_typedef(); +func_typedef xxx; + + |