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