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