brintos

brintos / llvm-project-archived public Read only

0
0
Text · 283 B · 65d8c38 Raw
12 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (kwm .eq. 777) then3! KWMs case-sensitive4      integer, parameter :: KWM = 7775#define KWM 6666      if (kwm .eq. 777) then7        print *, 'pp104.F90 yes'8      else9        print *, 'pp104.F90 no: ', kwm10      end if11      end12