Sign in
cobalt
/
cobalt
/
6c3b32a7dc6eaf2946073e6fa29281b8cb58f1e3
/
.
/
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