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

Function Test

tests/LambdaHandlerVLA2Test.cpp:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1void Test(int n)
2{
3 char buffer[n];
4
5
6 [&](int i, int x) {
7 return buffer[i] > buffer[x];
8 }(1, 2);
9}
10
11int main()
12{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected