xref
: /
openbsd
/
gnu
/
llvm
/
clang
/
tools
/
scan-build-py
/
tests
/
functional
/
src
/
broken-one.c
(revision 4bdff4be)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
notexisting.hpp
>
2
3
int
value
(
int
in
)
4
{
5
return
2
*
in
;
6
}
7