shithub: mc

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

View raw version
use std

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