shithub: mc

ref: b0b5a28b5fe1346d7957786b505219e2a0e28a4e
dir: /test/tyrec.myr/

View raw version
use std
/* we just want to see if this file compiles */
type foo = struct
	v : foo#
;;

const main = {
	var v : foo
	std.exit(42)
}