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