shithub: mc

ref: 003485264d138db7f41fcde610fa6cbc19944035
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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