index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
169 source in dep
/
bar.cpp
blob: 2ea623bf8f71f300107bd21c612b95617a551144 (
plain
)
1
2
3
4
5
extern
"C"
int
foo
(
void
);
int
main
(
void
)
{
return
foo
()
!=
42
;
}