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