shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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