mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced 2026-01-01 04:37:21 +08:00
4 lines
36 B
C++
4 lines
36 B
C++
|
|
int main() {
|
||
|
|
return sizeof(42);
|
||
|
|
}
|