BLOCK_SIZE
int exp_buffer[BLOCK_SIZE];
if (expression >= &exp_buffer[BLOCK_SIZE]) {
if (expression == &exp_buffer[BLOCK_SIZE]) {