pub unsafe fn __breakpoint(const VAL: i32)
🔬 This is a nightly-only experimental API. (stdsimd #48556)
Available on AArch64 only.
Expand description

Inserts a breakpoint instruction.

VAL is a compile-time constant integer in range [0, 65535].

The breakpoint instruction inserted is BRK on A64.