int a = 42; int b = 33; assert (a == 42); assert (b == 42); // will break the program with "assertion failed" error