shithub: mc

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

View raw version
use std

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

const main = {
	-> 42
}