mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
8 lines
199 B
Objective-C
8 lines
199 B
Objective-C
// 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
|