Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/StructuredBindingsHandler7Test.cpp:1–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
int main() {
2
char buffer[2];
3
4
[&]() {
5
auto &[a, b] = buffer;
6
}();
7
}
8
9
#if 0
10
int main() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected