MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / p1143Test.cpp

File p1143Test.cpp

tests/p1143Test.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// cmdline:-std=c++2a
2// example taken from the standard
3const char *g() { return "dynamic initialization"; }
4constexpr const char *f(bool p) { return p ? "constant initializer" : g(); }

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected