shithub: mc

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