xref: /llvm-project/clang/test/Index/crash-preamble-classes.cpp (revision 659cffeec4663adca85940f91a43b29e8bd038fd)
1 #include "crash-preamble-classes.h"
2 
3 struct Z : Y {
ZZ4   Z() {}
5 };
6 
7 // RUN: env CINDEXTEST_EDITING=1 \
8 // RUN: c-index-test -test-load-source-reparse 5 local -I %S/Inputs %s
9