dfmt/tests/knr/issue0194.d.ref

11 lines
140 B
Plaintext

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