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