Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
659cffeec4663adca85940f91a43b29e8bd038fd
/
.
/
clang
/
test
/
Index
/
crash-preamble-classes.cpp
blob: e7d4bd70aea9d01f6c3f2f79d7c59f9ea091ae87 [
file
] [
log
] [
blame
]
Ilya Biryukov
659cffe
2018-02-02 08:40:08 +0000
[
diff
] [
blame^
]
1
#include
"crash-preamble-classes.h"
2
3
struct
Z
:
Y
{
4
Z
()
{}
5
};
6
7
// RUN: env CINDEXTEST_EDITING=1 \
8
// RUN: c-index-test -test-load-source-reparse 5 local -I %S/Inputs %s