shithub: mc

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

View raw version
use std

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