dfmt/tests/allman/constraint_singe_tab.d.ref

10 lines
190 B
Plaintext

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