Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / lookup / anon4.C
blob40c4ab40a586cd9bf201aceb988299350ae125d2
1 static union {
2   int i;
3 };
5 int *ip;
7 void g() {
8   ip = &i;