MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / func

Function func

tests/Issue62.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#define INSIGHTS_USE_TEMPLATE
2template<typename... T>
3int func(T... t) {
4 return func(t...);
5}
6int _ = func(5, 5);

Callers 1

Issue62.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected