5 lines
65 B
C++
5 lines
65 B
C++
// modernize-redundant-void-arg
|
|
|
|
int foo(void) {
|
|
return 0;
|
|
}
|