2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / canon-37342.C
blobdd96e40ebd2f3432a457df78d073072f01387422
1 class Asm;
2 template<typename _CharT> class basic_ostream;
3 typedef basic_ostream<char> ostream;
4 class Options {
5     typedef void (Asm::* emitfunc_t) (ostream &);
6     emitfunc_t getemit () const { return emitfunc; }
7     emitfunc_t emitfunc;
8 };