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