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