[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / pch-opaque-value.cpp
blobae6b6dc58853bac5a42192c18bf2f740f174733b
1 struct S {
2 S();
3 S(int);
4 S(const S &);
5 ~S();
6 };
8 void f() {
9 try {
10 } catch (S e) {
14 // RUN: c-index-test -write-pch %t.pch %s
15 // RUN: c-index-test -test-load-tu-usrs %t.pch local | FileCheck %s
16 // CHECK: pch-opaque-value.cpp c:pch-opaque-value.cpp@86@F@f#@e Extent=[10:12 - 10:15]