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