dfmt/tests/knr/constraint_singe_tab.d.ref
2021-04-16 13:57:59 +02:00

9 lines
190 B
Text

void foo()()
if (dogs && pigs && birds && ants && foxes && flies && cats && bugs && bees
&& cows && sheeps && monkeys && whales)
{
}
void foo()() if (dogs && pigs && birds)
{
}