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