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