shithub: mc

ref: 6605f374c8ae0500c1881051927cd4e72f11a553
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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