brintos

brintos / llvm-project-archived public Read only

0
0
Text · 290 B · 8f9c8f8 Raw
12 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (777 .eq. 777) then3! #DEFINE works in free form4      integer, parameter :: KWM = 6665#DEFINE KWM 7776      if (KWM .eq. 777) then7        print *, 'pp125.F90 yes'8      else9        print *, 'pp125.F90 no: ', KWM10      end if11      end12