#include int main() { int x, y; x = 1; y = 2; if (x = y) { fputs("vrai\n", stderr); } else { fputs("faux\n", stderr); } return 0; }