Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/EnumDecl3Test.cpp:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
int main()
5
{
6
enum struct Colour{red= 0,green= 2,blue};
7
8
printf(
"%d %d %d\n"
, Colour::red, Colour::green, Colour::blue);
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected