module test;

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