shithub: mc

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

View raw version
use std

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