shithub: mc

ref: 15b5fb5c0f9fee25b01a245229efcef21c103bdc
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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