shithub: mc

ref: 6ac5eec951dc80bc612e5c6784429e43ffff02ad
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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