shithub: mc

ref: 8355d0e6cd741731b972955dd10dfb494c3370bf
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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