shithub: mc

ref: 334532827595c538c638dcae7ebecb4d857573f5
dir: /test/bigliteral.myr/

View raw version
use std

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