shithub: mc

ref: 6fb0d750b296506f31cfd0871fdac82ee878834b
dir: /test/bigliteral.myr/

View raw version
use std

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