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