shithub: mc

ref: 69225171f63708048bbc09c0d4a6c6485229ce72
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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