shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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