Source code

Revision control

Copy as Markdown

Other Tools

// modernize-redundant-void-arg
int foo(void) {
return 0;
}