struct
B
{
void
g
(
)
{
}
}
;
struct
A
{
void
f
(
)
{
B
&
b
=
b
;
b
.
g
(
)
;
}
}
;
int
main
(
void
)
{
}
syntax highlighted by
Code2HTML
, v. 0.9.1