blob: 2a09bfe94a80131c39e0b8dd4b4a748120a7446a [file] [log] [blame]
! REQUIRES: flang-supports-f128-math
! 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 @_FortranAAcosF128({{.*}}){{.*}}: (f128) -> f128
real(16) :: a, b
b = acos(a)
end