Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
typedef4.C
blob: 02aa4a6740d23bf590b3049a1118f44b8f45d9c0 [
file
] [
log
] [
blame
]
// { dg-do assemble }
struct
A
{
void
f
();
};
typedef
A foo
;
void
foo
::
f
()
{
}