( apal | 2021. 04. 09., p – 00:45 )

funct(...)
{
 return({ int z;if ( cond ) z=func1(); else z=func0(); z;});
}