dfmt/tests/otbs/issue0031.d.ref

6 lines
79 B
Plaintext

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