#include int main(void) { int var = -1; int i = 1; while (i != 0) i = var; return EXIT_SUCCESS; }