blob: 4ea9b26e647534d89638f33714a3759bc7e50122 [file] [log] [blame]
! 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