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