cppcheck/htmlreport/example.cc

8 lines
57 B
C++

#include "missing.h"
int main()
{
int x;
x++;
}