MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / main

Function main

Test/SafeIntTestVS17/Scratch/Scratch.cpp:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 return x;
16}
17int main(int argc, char** argv)
18{
19 unsigned long long a = argc;
20 unsigned long long b = 23;
21
22 unsigned long long x = Foo(a, b);
23 if (x > 300)
24 printf("Foo\n");
25
26 return 0;
27}

Callers

nothing calls this directly

Calls 1

FooFunction · 0.70

Tested by

no test coverage detected