brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 4489862 Raw
5 lines · c
1// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c2// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c3// RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s4// expected-no-diagnostics5