shithub: mc

ref: 2c911dc66fe609309ca666da961ca3e78c0379d0
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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