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