dfmt/tests/allman/issue0194.d.ref

13 lines
152 B
Plaintext

module test;
void main()
{
test("stringLiteral") in
{
foreach (thing; things)
{
doStuff(thing);
}
};
}