shithub: mc

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

View raw version
use std

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