Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/Issue4.cpp:6–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
using namespace std;
5
6
int main()
7
{
8
static const char arr[] = { 1,2,3 };
9
auto&& l=[ uuu = arr[1]]{
10
printf(
"a: %c\n"
, uuu);
11
};
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected