brintos

brintos / llvm-project-archived public Read only

0
0
Text · 291 B · 1f8533a Raw
13 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (77 7.eq. 777) then3* \ newline allowed in #define4      integer, parameter :: KWM = 6665#define KWM 77\6 77      if (KWM .eq. 777) then8        print *, 'pp029.F yes'9      else10        print *, 'pp029.F no: ', KWM11      end if12      end13