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