shithub: mc

ref: 89aa864b92914c1fddcdf352ca57a97a1f06bb4b
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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