blob: 1cabaf94f8a6059398a4de4bf6813d62d1f48404 [file] [log] [blame]
! RUN: bbc -emit-fir %s -o - | FileCheck %s
! RUN: bbc --math-runtime=precise -emit-fir %s -o - | FileCheck %s
! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s
! CHECK: fir.call @_FortranAcqpowi({{.*}}){{.*}}: (!fir.complex<16>, i32) -> !fir.complex<16>
complex(16) :: a
integer(4) :: b
b = a ** b
end