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