| 3 | extern "C" void function_from_asm(); |
| 4 | |
| 5 | int main() { |
| 6 | std::cout << "Call function from assembly." << std::endl; |
| 7 | function_from_asm(); |
| 8 | std::cout << "Done." << std::endl; |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected