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

Function Dummy

tests/LambdaCapturingFunctionTest.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <cstdio>
2
3void Dummy(int x) {
4 printf("%d\n", x);
5}
6
7int main()
8{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected