class
Foo
{
public
:
Foo
() {} ~
Foo
() {} };
int
main
(
void
) {
Foo
f
;
return
0; }