void foobar(/* in */ int aparam, /* out */ float & bparam, /* inout */ char & cparam);
{ int foo; ... { int foo foo = 4 } }