create-tu-fail.c revision 2f316dd47b851fcf58c8f1f072bf390ec09bed7a
1// RUN: rm -f %t.c
2// RUN: touch %t.c
3// RUN: c-index-test -write-pch %t.pch %t.c
4// RUN: cp %s %t.c
5// RUN: c-index-test -test-load-tu %t.pch local 2>&1 | FileCheck %s
6
7// rdar://11558355
8// Unfortunately this would crash reliably only via valgrind.
9
10// CHECK: Unable to load translation unit
11