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