shithub: mc

ref: 1019b884273ecfba87c33205a50084981820376f
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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