shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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