shithub: mc

ref: 123ae8f453ef8add7d8abe42975066ec15f81a57
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}