summaryrefslogtreecommitdiff
path: root/test/ASTMerge/codegen-body.c
blob: a5c260cd91bb11b5fffd616e360d858598af06c8 (plain)
1
2
3
4
5
6
// XFAIL: hexagon
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
// RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
// expected-no-diagnostics