shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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