summaryrefslogtreecommitdiff
path: root/flang/test/Driver/fast-real-mod.f90
blob: 4ea9b26e647534d89638f33714a3759bc7e50122 (plain)
1
2
3
4
5
6
7
! RUN: %flang -fno-fast-real-mod -### -c %s 2>&1 | FileCheck %s -check-prefix CHECK-NO-FAST-REAL-MOD

! CHECK-NO-FAST-REAL-MOD: "-fno-fast-real-mod"

program test
    ! nothing to be done in here
end program test