shithub: mc

ref: 755433e998180ba049bc22975b8ecffa23bf0357
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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