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