shithub: mc

ref: 275c62e9be90ff03a115bce70a014b3975c637ce
dir: /test/bigliteral.myr/

View raw version
use std

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