OSDN Git Service

2011-12-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / pr51573-1_0.C
1 // { dg-lto-do link }
2 // { dg-lto-options { { -flto } { -flto -g } } }
3
4 struct T
5 {
6   virtual void m () { }
7 };
8 int
9 main ()
10 {
11   bool fn (T);
12   return 0;
13 }