shithub: mc

ref: 1a46ea4e36b58f739a1ca0d492a78f488712334f
dir: /test/bigliteral.myr/

View raw version
use std

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