shithub: mc

ref: 7ef923fc9dfde99b672009f84340f5f398b96a80
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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