```text
     Running `qemu-system-arm -machine mps3-an536 -cpu cortex-r52 -semihosting -nographic -kernel 'C:\Users\msn\Documents\github\cortex-r\target\armv8r-none-eabihf\debug\svc'`
x = 1, y = 2, z = 3.000
In _svc_handler, with arg=0xabcdef
x = 1, y = 2, z = 3.000
PANIC: PanicInfo {
    message: I am an example panic,
    location: Location {
        file: "cortex-r-examples\\src\\bin\\svc.rs",
        line: 32,
        col: 5,
    },
    can_unwind: true,
    force_no_backtrace: false,
}
error: process didn't exit successfully: `qemu-system-arm -machine mps3-an536 -cpu cortex-r52 -semihosting -nographic -kernel 'C:\Users\msn\Documents\github\cortex-r\target\armv8r-none-eabihf\debug\svc'` (exit code: 1)
```

Cortex-R52 booting into EL2, switching to EL1 (with four stacks configured), running Rust code in System mode, and handling an SVC instruction in Svc mode (using the Svc stack).