shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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