7 lines
85 B
C
7 lines
85 B
C
int main() {
|
|
// cppcheck-suppress unreadVariable
|
|
int i = 0;
|
|
return 0;
|
|
}
|
|
|