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
/
windows
/
17 cpp17
/
main.cpp
blob: 36e4156e43916a5a47977560fecabee9f92a8ed2 (
plain
)
1
2
3
4
5
6
7
[[
nodiscard
]]
int
foo
()
{
return
0
;
}
int
main
()
{
return
foo
();
}