#include int main() { //int a = 1; //CAS(a, 1, 2); //err_msg(2, "hello"); unsigned int i = 0; while(i > 0) { std::cout << "bug" << std::endl; } }