#include <iostream>

void provoke_link_error();

int main(int, char**)
{ 
  provoke_link_error();
  return 0;
}
