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