shithub: mc

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

View raw version
use std

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