зеркало из https://github.com/mozilla/gecko-dev.git
6 строки
65 B
C++
6 строки
65 B
C++
|
// modernize-redundant-void-arg
|
||
|
|
||
|
int foo(void) {
|
||
|
return 0;
|
||
|
}
|