MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / Test

Function Test

12-Advanced Template/Answer-code/Function.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177int Test(int a)
178{
179 return a;
180}
181
182int main()
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected