shithub: mc

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