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