shithub: mc

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

View raw version
use std

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