shithub: mc

ref: 420aa87291660b3452f42d637227b157dbf86846
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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