brintos

brintos / llvm-project-archived public Read only

0
0
Text · 279 B · 3c4d111 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 *, 'pp004.F yes'8      else9        print *, 'pp004.F no: ', kwm10      end if11      end12