shithub: mc

ref: 959b473779673322fbef51385a1cf730e73c7aac
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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