[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081125_1.C
blobd52b9edcada15eda797f6691fa9ea0b13fc75459
1 #include "20081125.h"
3 base *
4 base::factory(void)
6  return new object ();