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