Fix the PR22983 test so that it will work regardless of the order of the symbols...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-9.cc
CommitLineData
af55061b
L
1struct Foooo {
2 virtual ~Foooo () { }
3};
4
5int main(void)
6{
7 Foooo t;
8 return 0;
9}
This page took 0.269144 seconds and 4 git commands to generate.