MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

08.04-designatedInitializers1/main.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const Point p1{.y = 3, .x = 0, .z = 4};
11
12int main() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected