mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
4 lines
164 B
Objective-C
4 lines
164 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
|
|
- im0 { int a; return 0; // expected-error{{missing context for method declaration}}
|
|
// expected-error{{expected '}'}}
|