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