# 1) call to undefined method

template foo
{
  i;
}
a = new foo();
a.notlivinghere();
