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