Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/InClassInitializerTest.cpp:1–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
int main()
2
{
3
struct S
4
{
5
int v{676};
6
int v2 = 828;
7
};
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected