shithub: mc

ref: 812b363d893293993375c6db5243b0c5ca873dad
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}