aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/ns5.C
blob: f35b2474588160562522daa22bf503c27e24a512 (plain)
1
2
3
4
5
6
// Build don't link: 
namespace X{
  class Y{};
}

X::Y z;