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