1 1.2 christos int b(double a) { 2 1.2 christos return a == 0; 3 1.2 christos } 4 1.1 christos void a(void) { 5 1.1 christos double _Complex z = 0; 6 1.2 christos if (b(__real__ z) && b(__imag__ z)) 7 1.1 christos return; 8 1.1 christos } 9
Indexes created Thu Oct 02 14:10:14 GMT 2025