ref: f744db6bbbfe7232448268f17a8d61200e45294c dir: /test/stdopt-struct.myr/
use std type t = struct next : std.option(int) ;; const main = { std.exit(42) }