shithub: mc

ref: 1ed38b41793a7e5eac6c8280749ccf066577fa68
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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