shithub: mc

ref: 026a628d0ebce3d347322d629031d0fdc93308bf
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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