define A = 5; define A_SQUARED = A * A; define B = A - A_SQUARED + (A_SQUARED / A * 2); global array[B]; main() { dbg B; }