]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/lto/20081022.h
Merge lto branch into trunk.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / lto / 20081022.h
1 class foo
2 {
3 public:
4 int bar ()
5 {
6 return 0;
7 }
8 };