xref: /minix3/external/bsd/llvm/dist/clang/test/Index/crash-recovery.c (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
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