forked from OSchip/llvm-project
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
|
||
|
|
||
|
// rdar://8366474
|
||
|
void *P = @selector(foo::bar::);
|