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

10 lines
194 B
Text

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