shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}