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

Function main

tests/Issue44.cpp:2–10  ·  view source on GitHub ↗

cmdlineinsights:-alt-syntax-subscription

Source from the content-addressed store, hash-verified

1// cmdlineinsights:-alt-syntax-subscription
2int main()
3{
4 int E1[2]{ 0, 2 };
5
6 #define E2 1
7
8
9 E1[E2] = 1;
10}
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected