Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20100723-1_0.C
blobd39963593774bc0644b5d6a1f617e6341fc060ef
1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-fcompare-debug -flto -flto-partition=none} {-fcompare-debug -flto -flto-partition=1to1}} } */
4 struct S {
5     virtual void f() { }
6 };
8 int main(int, char *[])
10   S s;
11   return 0;