shithub: mc

ref: 551d87b88e124e57e95b051539cfddbe8ea62180
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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