#include // even to avoid data race #ifdef BAD #define N 4*2+1 #else #define N 4*2 #endif int main () { int len = N; int arr[N]; for (int i=0; i