Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
tree-prof
/
reorder_class2.h
blob: ee3ed109b9eef616b4c366a3a2e87b932991ba6f [
file
] [
log
] [
blame
]
struct
B
{
virtual
int
foo
();
};
int
B
::
foo
()
{
return
2
;
}