aboutsummaryrefslogtreecommitdiff
path: root/clang/test/PCH/cxx-invalid-destructor.cpp
blob: fc89cf1f3dfc1898243f76bdb7005fa4dd15c323 (plain)
1
2
3
4
// 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;