Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ext
/
typeof2.C
blob: 008ecf6da0c27227730e0e85ee287ecd4bcfc445 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct
S
{
int
i
;
__typeof
(
S
::
i
)
f
();
};