shithub: mc

ref: 336413341a83ffd0294b16e2debe1ec5132fa19b
dir: /test/bigliteral.myr/

View raw version
use std

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