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