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