blob: 139048c41284a2ebaa7634e86b0a816ba3814499 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
struct S
{
int i; // ERROR - non-static data member
__typeof( S::i ) f (); // ERROR - referenced here
};