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