blob: 6e311b16289fb824e4ed30dc62ede27568f40add [file] [log] [blame]
void dead_if() { int x; if (5 == 2) x = 3; x++; }