blob: e7d4bd70aea9d01f6c3f2f79d7c59f9ea091ae87 [file] [log] [blame]
Ilya Biryukov659cffe2018-02-02 08:40:08 +00001#include "crash-preamble-classes.h"
2
3struct 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