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