1int main ()
2{
3  char temp[1024] = "tempfile";
4  return temp[0] != 't';
5}
6
7