shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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