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