shithub: mc

ref: 489c5febf900166636cc41d82b53191bcd2023e2
dir: /test/bigliteral.myr/

View raw version
use std

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