shithub: mc

ref: 43a9edcd25ed37e9f043caa8498261af39cab081
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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