shithub: mc

ref: 32abfabfaf95942558a590a307432b499f392ea9
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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