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