shithub: mc

ref: 5a4946bb577b755df6ddb543bccd0573de7cf2bd
dir: /test/bigliteral.myr/

View raw version
use std

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