shithub: mc

ref: 228b30bfe204fc490e16eec6ba5484991a765074
dir: /test/bigliteral.myr/

View raw version
use std

const main = {
	std.put("{}\n", (34359738368 : int64))
}