shithub: mc

ref: 894bed9a153ab56763627975f9e109281bec297b
dir: /test/stdopt-struct.myr/

View raw version
use std

type t = struct
	next	: std.option(int)
;;

const main = {
	std.exit(42)
}