summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/cindex-on-invalid.m
blob: 7e190eb0794052e615c759802ef888692639e0fd (plain)
1
2
3
4
5
6
7
// RUN: not c-index-test -test-load-source local %s > %t 2> %t.err
// RUN: FileCheck %s < %t.err
// CHECK: error: expected identifier or '('
// CHECK: Unable to load translation unit!

int foo;
int
OpenPOWER on IntegriCloud