xref
: /
openbsd-src
/
gnu
/
llvm
/
clang
/
tools
/
scan-build-py
/
tests
/
functional
/
src
/
broken-one.c
(revision 46035553bfdd96e63c94e32da0210227ec2e3cf1)
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