shithub: mc

ref: 78831809fb0defb3f9c149eb5215a6dc494cca09
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}