commit | b2e400aae8c62c4e1616016f40618baace0da065 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Feb 18 02:21:22 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Feb 18 02:21:22 2010 +0000 |
tree | 5d12971e35ce12150941c682cc2fad8c1d84ceae | |
parent | 2b785022973202ea6bafe304a50eb3cac1a0aeb8 [diff] [blame] |
AST import for character literals git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96557 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ASTMerge/Inputs/exprs2.c b/test/ASTMerge/Inputs/exprs2.c new file mode 100644 index 0000000..f9de8df --- /dev/null +++ b/test/ASTMerge/Inputs/exprs2.c
@@ -0,0 +1,5 @@ +// Matching +enum E0 { + E0_Val0 = 'a' +}; +