shithub: mc

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