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