shithub: mc

ref: 95a93936f420dd480454eb97c25b02874da7a966
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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