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