| 32 | int dump_always_fail_number = -32; |
| 33 | |
| 34 | int dump_always_fail(lua_State*, const void*, size_t, void*) { |
| 35 | return dump_always_fail_number; |
| 36 | } |
| 37 | |
| 38 | TEST_CASE("dump/dump transfer", "test that a function can be transferred from one place to another") { |
| 39 | SECTION("safe") { |
nothing calls this directly
no outgoing calls
no test coverage detected