Fix PR48484
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20101020-1_0.C
blobe92bcf8ace4e582ff7f2c62e73d804cb297a9053
1 // { dg-lto-do link }
3 #include "20101020-1_0.h"
4 A::A ()
6   foo (&A::bar);
8 int main() { return 0; }