1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 typedef struct Point Point
;
10 using namespace NameSpace
;
16 virtual bool testMethod (Test::Point
& p
) = 0;
20 namespace A
{ struct Face
{}; }
21 namespace B
{ struct Face
{}; }