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