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