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