shithub: mc

ref: b4252aeded2d15592fe940e20f533f113000c61d
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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