2021-07-04 18:25:19 +02:00

7 lines
85 B
C

int main() {
// cppcheck-suppress unreadVariable
int i = 0;
return 0;
}