cppcheck/test/cli/proj-inline-suppress/4.c

7 lines
85 B
C

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