shithub: mc

ref: 8a15325e79833fa5003b3858db955df61ef41e0c
dir: /test/bigliteral.myr/

View raw version
use std

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