pub use info;
use crateTestOutcome;
/// Terminates the application and reports successful exit to the debugger.
///
/// Uses ARM semihosting to signal program termination. First attempts the extended
/// exit operation for better exit code support, then falls back to the standard
/// operation if unsupported by the debugger.
!