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