shithub: mc

ref: 56741fafc347f664a0ef0aebae51054b544891ed
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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