i386: Implement .SAT_SUB for unsigned scalar integers [PR112600]
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lookup14.C
blob2d2560ee71cdfe33da07d980f775271464e535d9
1 // { dg-do assemble  }
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;