shithub: mc

ref: 042899b8725429043304247c297d0344cffe4780
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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