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

Function o0_sum

tests/fl/stl/compiler_control.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return a * b;
55}
56FL_OPTIMIZATION_LEVEL_O3_END
57
58// Test helper: O0 debug function
59FL_OPTIMIZATION_LEVEL_O0_BEGIN
60static int o0_sum(int a, int b) {
61 return a + b;
62}
63FL_OPTIMIZATION_LEVEL_O0_END
64
65// Test helper: Weak linkage function

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected