int f()
{
  return 0;
}
int g()
{
  return 1;
}
int main()
{
  int* p;
  int $sef$0 = f();
  int $sef$1 = g();
  
  *p = $sef$0 + $sef$1;
}
