shithub: mc

ref: 69d83a1be81a97e50f1b83a2cf327f96064f1152
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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