brintos

brintos / llvm-project-archived public Read only

0
0
Text · 274 B · e222b95 Raw
12 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (777 .eq. 777) then3* keyword macros4      integer, parameter :: KWM = 6665#define KWM 7776      if (KWM .eq. 777) then7        print *, 'pp001.F yes'8      else9        print *, 'pp001.F no: ', KWM10      end if11      end12