shithub: mc

ref: 5729c9940095be2916feb43b478559082744ba5c
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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