brintos

brintos / llvm-project-archived public Read only

0
0
Text · 192 B · 9f31674 Raw
4 lines · cpp
1// RUN: %clang_cc1 -std=c++1z -emit-pch -o %t.ast %S/Inputs/inject1.cpp2// RUN: %clang_cc1 -std=c++1z -emit-obj -o /dev/null -ast-merge %t.ast %S/Inputs/inject2.cpp3// expected-no-diagnostics4