dfmt/tests/issue0031.d

7 lines
77 B
D

import std.stdio : writeln;
void main()
{
writeln(cast(dchar) uint.max);
}