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