shithub: mc

ref: 7e9636534ee41879a2a92af42f40932b26752685
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}