shithub: mc

ref: 32fd9ebd1835ebb788ddf8555dab777e32ee3f97
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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