shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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