shithub: mc

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

View raw version
use std

const x = `std.Some "thing"

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