index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lint
/
test
/
files
/
clang-format
/
bad
/
bad2.c
blob: 9792e8507174d7b6d76c5a08a255e2acc2cb99fe (
plain
)
1
2
3
4
5
6
7
8
#include
"bad2.h"
int
bad2
()
{
int
a
=
2
;
return
a
;
}