summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/alias2.C
blob: 56712836c6ced73787219e8e5bf366ec77768d64 (plain)
1
2
3
4
5
6
7
8
// { dg-do assemble  }
namespace NS1
{
  int a;
}

namespace NS2 = NonExistant; //{ dg-error "" }