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