bolt/deps/llvm-18.1.8/clang/test/PCH/cxx-invalid-destructor.cpp
2025-02-14 19:21:04 +01:00

4 lines
237 B
C++

// RUN: %clang_cc1 -x c++ -std=c++11 -emit-pch -o %t %S/cxx-invalid-destructor.h -fallow-pch-with-compiler-errors
// RUN: %clang_cc1 -x c++ -std=c++11 -include-pch %t %S/cxx-invalid-destructor.cpp -fsyntax-only -fno-validate-pch
Foo f;