MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / main

Function main

base_code/assert.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace std;
5
6int main() {
7 int x = 7;
8 x = 9;
9 assert(x == 7);
10 return 0;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected