shithub: mc

ref: 9301bca7cc870a02996ce0edc340021527057784
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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