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