shithub: mc

ref: 5c4e12b31f1e35c0a915bfaf8dffec06c625bcea
dir: /test/bigliteral.myr/

View raw version
use std

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