Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / typeof2.C
blob008ecf6da0c27227730e0e85ee287ecd4bcfc445
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S
6   int i;
7   __typeof( S::i ) f ();
8 };