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

Function main

tests/EduCfrontTest11.cpp:3–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// cmdlineinsights:-edu-show-cfront
2
3int main()
4{
5 static_assert(sizeof(int) != 0);
6
7 static_assert(sizeof(int) != 0, "Just a test");
8
9 int* p = nullptr;
10
11 typedef int myInt;
12 // using myOtherInt = int;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected