xref
: /
openbsd-src
/
regress
/
usr.bin
/
libtool
/
a.c
(revision 5a38ef86d0b61900239c7913d24a05e7b88a58f0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* $OpenBSD:
a.c
,v 1.1 2012/07/02 12:02:36 espie Exp $ */
2
int
f
()
3
{
4
return
42
;
5
}
6