dfmt/tests/issue0194.d
2015-12-14 15:24:48 -08:00

12 lines
116 B
D

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