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