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