shithub: mc

ref: eaf77a290652b4ce336260a69726fc5d0cb3ca69
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	-> 42
}