shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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