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