shithub: mc

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

View raw version
use std

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