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