blob: 459d2f4e7315fa97678c164f1e68cac780c6be82 [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 @_FortranAY0F128({{.*}}){{.*}}: (f128) -> f128
real(16) :: a, b
b = bessel_y0(a)
end