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