Files
codechecker-analysis-action/test/simple/main.cpp
2021-11-28 11:14:07 +01:00

4 lines
36 B
C++

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