shithub: mc

ref: fdbbf1909462cef844b6b9cbbc5d90a9ec2ebed2
dir: /test/bigliteral.myr/

View raw version
use std

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