1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 // <rdar://problem/9168556>
5 typedef struct Point Point
;
11 using namespace NameSpace
;
17 virtual bool testMethod (Test::Point
& p
) = 0;
21 namespace A
{ struct Face
{}; }
22 namespace B
{ struct Face
{}; }