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