1// { dg-do assemble  }
2namespace NS1
3{
4  int a;
5}
6
7namespace NS2 = NonExistant; //{ dg-error "" }
8
9