Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / ASTMerge / codegen-body / test.c
blob4489862eeb5c23b5f660b17fe1637c8882d80032
1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
3 // RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
4 // expected-no-diagnostics