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