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