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

4 lines
36 B
C++
Raw Normal View History

int main() {
return sizeof(42);
}