shithub: mc

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

View raw version
use std

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