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