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