xref: /openbsd-src/regress/usr.bin/libtool/a.c (revision 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80)
1 /* $OpenBSD: a.c,v 1.1 2012/07/02 12:02:36 espie Exp $ */
2 int f()
3 {
4 	return 42;
5 }
6