Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Function
f
tests/Issue81.cpp:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
auto f(int i)
2
{ // also `decltype(auto) f(int i)` and `int(*f(int i))[3]`
3
static int arr[5][3];
4
return &arr[i];
5
}
6
7
auto *ff(int i)
8
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected