shithub: mc

ref: 31a4bbb9a9cb690907c24c43343cf0d6fcd0bd01
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}