shithub: mc

ref: 05764878243785d7bae1dda067d86eb9bcaec443
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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