shithub: mc

ref: 161c6c97e8accf066479a9c217c9c6cad4259850
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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