shithub: mc

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

View raw version
use std

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