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: b2e40257cb9526c43150906ec42029e63f205ab8 (
plain
)
1
2
3
4
5
int
cppfunc
();
int
main
(
int
argc
,
char
**
argv
)
{
return
cppfunc
()
!=
42
;
}