commit | 9bed8798964d9f07599c2c9199701f86fbc70e20 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Tue Feb 09 19:21:46 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Tue Feb 09 19:21:46 2010 +0000 |
tree | e8e5e9ff1371051db0b1fbda759f2de976d54a5c | |
parent | 8ec4aac6d3dee698e4cb7b9f540d962e4ccab468 [diff] [blame] |
Introduce a testbed for merging multiple ASTs into a single AST context with the AST importer. WIP, still useless but at least it has a test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95683 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ASTMerge/Inputs/var2.c b/test/ASTMerge/Inputs/var2.c new file mode 100644 index 0000000..34d6796 --- /dev/null +++ b/test/ASTMerge/Inputs/var2.c
@@ -0,0 +1,3 @@ +// RUN: true +int *x0; +double *x1;