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