#include int main( int argc, char* argv[] ) { _Bool x; x = (8 == 9); printf( "x = %d\n", x); }