shithub: mc

ref: 473ce973528106273540303dc11f4726ee870c3c
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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