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