Make FDO more tolerant to source changes
[official-gcc.git] / gcc / testsuite / g++.dg / tree-prof / reorder_class2.h
blobee3ed109b9eef616b4c366a3a2e87b932991ba6f
2 struct B {
3 virtual int foo();
4 };
6 int B::foo()
8 return 2;