brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · fc89cf1 Raw
5 lines · cpp
1// RUN: %clang_cc1 -x c++ -std=c++11 -emit-pch -o %t %S/cxx-invalid-destructor.h -fallow-pch-with-compiler-errors2// RUN: %clang_cc1 -x c++ -std=c++11 -include-pch %t %S/cxx-invalid-destructor.cpp -fsyntax-only -fno-validate-pch3 4Foo f;5