shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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