Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / anon3.C
blob2523e0a7dd5f75f64a58077c5421c58df694e28d
1 // Test that anonymous unions work with explicit scope.
3 static union
5   int i;
6 };
8 int main()
10   return ::i;