Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
hg-misc-tools
486bdeff2179d275631c66b73b79b52d10166d14
486bdeff2179d275631c66b73b79b52d10166d14
Switch branch/tag
hg-misc-tools
projects
dcc-void-return
void-return.cpp
Find file
Normal view
History
Permalink
void-return.cpp
51 Bytes
Edit
Web IDE
Newer
Older
Add dcc-void-return
one
committed
May 25, 2026
1
2
3
4
5
6
7
void
f
()
{}
int
main
()
{
f
();
return
0
;
}