shithub: mc

ref: 818ecb26f020678ce67e2d81e84bc3924d05d556
dir: /test/bigliteral.myr/

View raw version
use std

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