#include int main() { struct { char *x, *y; } *a, *b; return !strcmp(a->x, b->x) && !strcmp(a->x, b->x); }