blob: 6467560f0dfa283ce38fd6732fc81d271ff7bfdc [file] [log] [blame]
void f()
{
auto x = func1(
arg,
arg);
}
void f()
{
return func2(
arg,
arg);
}