shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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