1// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
2// expected-no-diagnostics
3
4// rdar://8366474
5void *P =  @selector(foo::bar::);
6