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