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

File Issue62.cpp

tests/Issue62.cpp:None–None  ·  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...);

Callers

nothing calls this directly

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected