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