10 lines · c
1// RUN: rm -f %t.c2// RUN: touch %t.c3// RUN: c-index-test -write-pch %t.pch %t.c4// RUN: cp %s %t.c5// RUN: not c-index-test -test-load-tu %t.pch local 2>&1 | FileCheck %s6 7// Unfortunately this would crash reliably only via valgrind.8 9// CHECK: Unable to load translation unit10