shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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