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