shithub: mc

ref: 63dc379b326e11226c34c807f210bb92af6fe602
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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