shithub: mc

ref: 0f342c47db402a0b4ba021dab79414941180c1f0
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}