blob: a6ffee05c082ce9868aa2f07ef2c49d057a43169 [file] [log] [blame]
module imports.test24c;
immutable(Char)[] format(Char, Args...)(in Char[] fmt, Args args)
{
return "3";
}