Define test functions with FL_UNUSED_FUNCTION attribute at file scope
| 198 | |
| 199 | // Define test functions with FL_UNUSED_FUNCTION attribute at file scope |
| 200 | FL_UNUSED_FUNCTION static int test_unused_func_1() { |
| 201 | return 123; |
| 202 | } |
| 203 | |
| 204 | FL_UNUSED_FUNCTION static int test_unused_func_2() { |
| 205 | return 456; |