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