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