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: 8e1648515f148329fa775c05ffaf87328bd37a20 (
plain
)
1
2
3
4
5
int
cppfunc
(
void
);
int
main
(
void
)
{
return
cppfunc
()
!=
42
;
}