shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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