shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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