(_: &core::panic::PanicInfo)
| 13 | use utils::*; |
| 14 | #[panic_handler] |
| 15 | fn panic(_: &core::panic::PanicInfo) -> ! { |
| 16 | loop {} |
| 17 | } |
| 18 | // const KERNEL32_DLL: &str = concat!("KERNEL32.DLL", "\0"); |
| 19 | const USER32_DLL: &str = concat!("user32.dll", "\0"); |
| 20 | const OutputDebugStringA_: &str = concat!("OutputDebugStringA", "\0"); |
nothing calls this directly
no outgoing calls
no test coverage detected