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