shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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