Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
tree-prof
/
reorder_class1.h
blob: 62a1e923c755041fb002f429d09986b70cdc8897 [
file
] [
log
] [
blame
]
struct
A
{
virtual
int
foo
();
};
int
A
::
foo
()
{
return
1
;
}