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