[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / cindex-on-invalid.m
blob6eff24baf8085056f9f17301912d295272dc4b5d
1 // RUN: c-index-test -test-load-source local %s 2>&1 | FileCheck %s
3 // <rdar://problem/9123493>
4 void test() {                              
5   goto exit;
8 int foo;
10 #define NO 0
12 void f(int y) {
13   if (y = NO);
16 int
18 // CHECK: cindex-on-invalid.m:5:8: error: use of undeclared label 'exit'
19 // CHECK: cindex-on-invalid.m:13:9:{13:7-13:13}
20 // CHECK: cindex-on-invalid.m:21:1: error: expected identifier or '('