8 lines
140 B
Objective-C
8 lines
140 B
Objective-C
// RUN: clang %s -fsyntax-only -verify
|
|
|
|
// rdar://6124613
|
|
void test1() {
|
|
void *p = @1; // expected-error {{unexpected '@' in program}}
|
|
}
|
|
|