13 lines
140 B
C++
13 lines
140 B
C++
|
|
||
|
|
||
|
bool f()
|
||
|
{
|
||
|
char *str = strdup("hello");
|
||
|
if (a==b)
|
||
|
{
|
||
|
return false;
|
||
|
}
|
||
|
free(str);
|
||
|
return true;
|
||
|
}
|