shithub: mc

ref: 37ba2ec87069c9ca9bfeac71ec4dba660fcadf60
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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