dfmt/tests/knr/issue0031.d.ref

7 lines
79 B
Plaintext

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