shithub: mc

ref: 0b561ccda3352aa132a5809b73de295ff37bc979
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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