shithub: mc

ref: c06740c30c8ebf1e07298e14c3e70a688d12c6ca
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)
}