shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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