brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · d0061a2 Raw
13 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (777 .eq. 777) then3! KWM rescan4      integer, parameter :: KWM = 666, KWM2 = 6675#define KWM2 7776#define KWM KWM27      if (KWM .eq. 777) then8        print *, 'pp117.F90 yes'9      else10        print *, 'pp117.F90 no: ', KWM11      end if12      end13