shithub: mc

ref: 720cc29f19477550800adf5539837fec15296bbc
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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