shithub: mc

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

View raw version
use std

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