Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
canon-37342.C
blob: dd96e40ebd2f3432a457df78d073072f01387422 [
file
] [
log
] [
blame
]
class
Asm
;
template
<
typename
_CharT
>
class
basic_ostream
;
typedef
basic_ostream
<char>
ostream
;
class
Options
{
typedef
void
(
Asm
::*
emitfunc_t
)
(
ostream
&);
emitfunc_t
getemit
()
const
{
return
emitfunc
;
}
emitfunc_t
emitfunc
;
};