1 /* $OpenBSD: b.c,v 1.1 2012/07/02 12:02:36 espie Exp $ */ 2 extern int f(); 3 g()4 int g() 5 { 6 return f(); 7 } 8