shithub: mc

ref: 94c7903517dabd8c8bf72402890f2ca4174c75c4
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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