shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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