shithub: mc

ref: 35ac808f091891eea09ceb058d6d88ccde4feffb
dir: /test/constunion.myr/

View raw version
use std

const x = `std.Some "thing"

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