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

6 lines
71 B
C
Raw Normal View History

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