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