#include #include int main(){ int x = 7; x = 9; assert(x==7); // Условие проверки // будет напечатано сообщение в stderr return 0; }