int this_function_is_declared_but_not_defined();

void provoke_link_error() 
{ 
  this_function_is_declared_but_not_defined();
}


