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