brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · 843f0f1 Raw
13 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (KWM .eq. 777) then3! #undef4      integer, parameter :: KWM = 7775#define KWM 6666#undef KWM7      if (KWM .eq. 777) then8        print *, 'pp102.F90 yes'9      else10        print *, 'pp102.F90 no: ', KWM11      end if12      end13