brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · 4faa9ee 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 *, 'pp002.F yes'9      else10        print *, 'pp002.F no: ', KWM11      end if12      end13