shithub: mc

ref: 422ae1fdf693890b14d9e0c40298065c1342a0ec
dir: /test/bigliteral.myr/

View raw version
use std

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