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

Function weak_function

tests/fl/stl/compiler_control.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 return a + b;
62}
63FL_OPTIMIZATION_LEVEL_O0_END
64
65// Test helper: Weak linkage function
66FL_LINK_WEAK int weak_function() {
67 return 42;
68}
69
70// Test helper: External C function
71FL_EXTERN_C_BEGIN

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected