Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / cindex-on-invalid.m
bloba8f754dd51e6235a86a289bb67759fce4b09da2e
1 // RUN: c-index-test -test-load-source local %s 2>&1 | FileCheck %s
3 void test() {                              
4   goto exit;
7 int foo;
9 #define NO 0
11 void f(int y) {
12   if (y = NO);
15 int
17 // CHECK: cindex-on-invalid.m:4:8: error: use of undeclared label 'exit'
18 // CHECK: cindex-on-invalid.m:12:9:{12:7-12:13}
19 // CHECK: cindex-on-invalid.m:20:1: error: expected identifier or '('