1 void undefined_function(); 2 local_function()3 static void local_function() { 4 undefined_function(); 5 } 6