2 // Testcase by Martin Liška <marxin@gcc.gnu.org>
5 // { dg-options "-O2 -g" }
6 // { dg-additional-options "-fPIC" { target fpic } }
11 template <typename b> class c {
24 virtual void j(g &, int &, bool) = 0;
31 for (c<h>::d i(k());;)
37 for (c<h>::d i(k());;)
38 i->j(*this, f, false);
44 void j(g &, int &, bool) { o(); }