mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
7 lines
145 B
Objective-C
7 lines
145 B
Objective-C
// RUN: %clang_cc1 %s -fsyntax-only -verify
|
|
|
|
// rdar://6124613
|
|
void test1() {
|
|
void *p = @1; // expected-error {{unexpected '@' in program}}
|
|
}
|
|
|