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
/
6 linkshared
/
cppmain.cpp
blob: a7e27dbe9d66cfdfe6160f875aa5abd343494880 (
plain
)
1
2
3
4
5
int
cppfunc
();
int
main
()
{
return
cppfunc
()
!=
42
;
}