shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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