shithub: mc

ref: 569539487df51dc4c132f0756a9156c15c812bac
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}