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