# Compilation provided by Compiler Explorer at https://godbolt.org/
example::pow:
        push    rax
        mov     esi, edi
        mov     edi, 2
        call    core::num::<impl u32>::pow
        pop     rcx
        ret

.L__unnamed_2:
        .ascii  "/rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/num/mod.rs"

.L__unnamed_1:
        .quad   .L__unnamed_2
        .asciz  "K\000\000\000\000\000\000\000w\004\000\000\005\000\000"

str.0:
        .ascii  "attempt to multiply with overflow"