shithub: mc

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

View raw version
use std

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