dfmt/tests/allman/issue0326.d.ref

5 lines
86 B
Plaintext

void main()
{
() @trusted { stderr.writeln("\033[01;33m", url, "\033[0m"); }();
}