mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced 2025-12-29 03:07:23 +08:00
4 lines
36 B
C++
4 lines
36 B
C++
|
|
int main() {
|
||
|
|
return sizeof(42);
|
||
|
|
}
|