#include #include using namespace std; int main() { int n = 42; assert(++n > 10); // 🦡 cout << n << '\n'; }