| 81 | static const TypeTestOneInput* g_test_one_input{nullptr}; |
| 82 | |
| 83 | static void test_one_input(FuzzBufferType buffer) |
| 84 | { |
| 85 | CheckGlobals check{}; |
| 86 | (*Assert(g_test_one_input))(buffer); |
| 87 | } |
| 88 | |
| 89 | const std::function<std::string()> G_TEST_GET_FULL_NAME{[]{ |
| 90 | return std::string{g_fuzz_target}; |
no outgoing calls
no test coverage detected