shithub: mc

ref: 767534bdbac53853d443aaf095814c687fb5f486
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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