shithub: mc

ref: 2875136e3759285bc0e00babcd0b7d86e7731eae
dir: /test/bigliteral.myr/

View raw version
use std

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