shithub: mc

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

View raw version
use std

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