shithub: mc

ref: 225486558c1552baf09cae2a17d313b061ee6edd
dir: /test/bigliteral.myr/

View raw version
use std

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