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