summaryrefslogtreecommitdiff
path: root/tests/exec/ident1.cpp
blob: 8419bccfc1de167adeae953e532a42d9086d0a96 (plain) (blame)
1
2
3
4
5
6
7
8
#include <iostream>

int main() {
  int ___________ = 1;
  int ____1_____023__ = 0;
  if (___________ && ____1_____023__ == 0)
    std::cout << "non, tous les programmes n'affichent pas hello world\n";
}