shithub: mc

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