brintos

brintos / llvm-project-archived public Read only

0
0
Text · 306 B · 1d736c9 Raw
13 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: KWM = 6663! CHECK: if (777 .eq. 777) then4* #DEFINE works in fixed form5      integer, parameter :: KWM = 6666#DEFINE KWM 7777      if (KWM .eq. 777) then8        print *, 'pp027.F yes'9      else10        print *, 'pp027.F no: ', KWM11      end if12      end13