shithub: mc

ref: feb438e1da5e94850119f4593d64a821f21a4242
dir: /test/bigliteral.myr/

View raw version
use std

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