shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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