shithub: mc

ref: 8c548eb4584df2e4ba12124491628397f74d4b44
dir: /test/bigliteral.myr/

View raw version
use std

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