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