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