shithub: mc

ref: 066812db79f10a3cdee5268ad7214bacb44d2eef
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

const main = {
	std.put("{}\n", x)
}