MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / some_fn

Function some_fn

tests/device_compilation_tests.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86float some_fn(int value) {
87 template_fn<MyStruct>(value);
88 return value;
89}
90
91// What we're testing here is different forms of function calls, including
92// implicit and templated functions and constructors as well as destructors.

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected