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