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