| 6 | using FEXCore::Allocator::MemoryRegion; |
| 7 | |
| 8 | static int ExampleFunction(int arg1, int arg2) { |
| 9 | return arg1 * arg2; |
| 10 | } |
| 11 | |
| 12 | struct TrivialExampleFunctionObject { |
| 13 | int operator()() { |
nothing calls this directly
no outgoing calls
no test coverage detected