summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ext/typeof2.C
blob: 008ecf6da0c27227730e0e85ee287ecd4bcfc445 (plain)
1
2
3
4
5
6
7
8
// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S
{
  int i;
  __typeof( S::i ) f ();
};