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