某所にも書いたけど

int main() {
  int A = 1; 
  { 
    sizeof(EXP); 
    printf("%d\n", A); 
  }
  return 0;
}

が、100を出力するような式EXPは何か?

簡単だよね(ぉ
マクロとか使っちゃだめだよ