macro_rules! secret_array {
    ( $int_type: ident, [ $( $x:expr ),+ ] ) => { ... };
}