6 lines
71 B
C
6 lines
71 B
C
|
int main() {
|
||
|
// cppcheck-suppress unreadVariable
|
||
|
int i = 0;
|
||
|
}
|
||
|
|