MCPcopy Create free account
hub / github.com/FastLED/FastLED / o3_loop_sum

Function o3_loop_sum

tests/fl/stl/compiler_control.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 return a + b;
42}
43static int o3_loop_sum() {
44 int sum = 0;
45 for (int i = 0; i < 10; i++) {
46 sum += i;
47 }
48 return sum;
49}
50static int o3_multiply(int a, int b) {
51 return a * b;
52}

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected