Update ChangeLogs and version numbers for 2.95.3 release
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lookup14.C
blob5c81c44815a1008b758cfcb75a7a4f1ef0cff6e1
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 union U {
5   typedef int I;
7   struct S {
8     void f();
9   };
12 void U::S::f() {
13   I i;