1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3 
4 struct S
5 {
6   int i;
7   __typeof( S::i ) f ();
8 };
9