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