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