shithub: mc

ref: 404ed1ddb3faa4fec7ee4fd8fddc5bbdec284bde
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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