shithub: mc

ref: 8c96aa052a1c592f008660729384c9a44988d248
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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