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