Sign in
cobalt
/
cobalt
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
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