shithub: mc

ref: 84d48fceb5f71ed438aec8b7fa0576f0b9c7eb66
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}