bool f() { char *str = strdup("hello"); if (a==b) { return false; } free(str); return true; }