MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/ImplicitCastHandlerTest.cpp:1–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1int main()
2{
3 char c = 1;
4
5 if( c == true ) {
6 return 1;
7 }
8
9 if( c == 100)
10 {
11 return 2;
12 }
13
14 c++;
15
16 return c;
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected