shithub: mc

ref: 43002686eddf2bf80351b77dfd77337da647d227
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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