shithub: mc

ref: 2989b27ec70e6b762a3766a723ebeeff3617ad8e
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}