shithub: mc

ref: 373facebac71ac1e6743d30152543627ad115cf7
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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