shithub: mc

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

View raw version
use std

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