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
82065bffa6d0f81ef965f18d3ec4e0a4a6f33848
82065bffa6d0f81ef965f18d3ec4e0a4a6f33848
Switch branch/tag
hg-misc-tools
mre
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
;
}