shithub: mc

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

View raw version
use std

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