OSDN Git Service

* g++.dg/other/first-global.C: Add -fpie for all pic targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / ctor2.C
1 // PR c++/19244
2
3 typedef struct { void f(); } f;
4 void f::f() { }