shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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