shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}