Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Index
/
crash-preamble-classes.cpp
blob: e7d4bd70aea9d01f6c3f2f79d7c59f9ea091ae87 [
file
] [
log
] [
blame
]
#include
"crash-preamble-classes.h"
struct
Z
:
Y
{
Z
()
{}
};
// RUN: env CINDEXTEST_EDITING=1 \
// RUN: c-index-test -test-load-source-reparse 5 local -I %S/Inputs %s