shithub: mc

ref: b5cf804cbeb33a60bea00307c24aa361ea821530
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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