diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-02-09 19:21:46 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-02-09 19:21:46 +0000 |
commit | 62d311fdf435365b85db4af13e7d93a22673bf81 (patch) | |
tree | 2de6d5d15fec94d9d3f48e6165cdcaf8eb40b11b /clang/test/ASTMerge/Inputs/var2.c | |
parent | 499b4e3387302c99a7923e0204ddbedb336e506f (diff) | |
download | bcm5719-llvm-62d311fdf435365b85db4af13e7d93a22673bf81.tar.gz bcm5719-llvm-62d311fdf435365b85db4af13e7d93a22673bf81.zip |
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.
llvm-svn: 95683
Diffstat (limited to 'clang/test/ASTMerge/Inputs/var2.c')
-rw-r--r-- | clang/test/ASTMerge/Inputs/var2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/ASTMerge/Inputs/var2.c b/clang/test/ASTMerge/Inputs/var2.c new file mode 100644 index 00000000000..34d67968e5d --- /dev/null +++ b/clang/test/ASTMerge/Inputs/var2.c @@ -0,0 +1,3 @@ +// RUN: true +int *x0; +double *x1; |