summaryrefslogtreecommitdiff
path: root/regress/usr.bin/libtool/b.c
blob: 97b58efe6cdcffd25dfb92ba58b6b95602189ffe (plain)
1
2
3
4
5
6
7
/* $OpenBSD: b.c,v 1.1 2012/07/02 12:02:36 espie Exp $ */
extern int f();

int g()
{
	return f();
}