shithub: mc

ref: 76fe8d4412f3854075000a0718e30abdfd7a9087
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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