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