]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ASTMerge/codegen-body.c
Vendor import of clang trunk r238337:
[FreeBSD/FreeBSD.git] / test / ASTMerge / codegen-body.c
1 // XFAIL: hexagon
2 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
3 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
4 // RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
5 // expected-no-diagnostics
6