shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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