shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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