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