shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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