shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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