shithub: mc

ref: 39331f834db694be103a7ecb1aac3ba2cc5279fc
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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