shithub: mc

ref: 750ff49e933c8c1494b77a40585e0bcfeac88156
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}