Files
codechecker-analysis-action/test/simple2/main.cpp

4 lines
57 B
C++

int main(int argc, char** argv) {
return sizeof(42);
}