shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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