shithub: mc

ref: 90ef85abfcb2d9af2ec37fd34de1c62f2fe150c6
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}