shithub: mc

ref: 77d584ee227d829e842efdc938dffa322665b22c
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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