shithub: mc

ref: 8535643bf09a88c6e83727ba0243772703171ca8
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}