1 // RUN: not c-index-test -test-load-source all %s 2> %t.err
2 // RUN: FileCheck < %t.err -check-prefix=CHECK-LOAD-SOURCE-CRASH %s
3 // CHECK-LOAD-SOURCE-CRASH: Unable to load translation unit
4 //
5 // REQUIRES: crash-recovery
6
7 #pragma clang __debug crash
8