shithub: mc

ref: 12f30002c5d31a56779700bdb95fffbcef02d440
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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