Clang Project

clang_source_code/test/Index/crash-preamble-classes.cpp
1#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
9