shithub: mc

ref: 2b398fd1053b03888f400011dda46d4e36986876
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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