shithub: mc

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

View raw version
use std

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