shithub: mc

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

View raw version
use std

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