shithub: mc

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

View raw version
use std

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