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