shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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