dfmt/tests/otbs/issue0194.d.ref

10 lines
140 B
Plaintext

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