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