brintos

brintos / llvm-project-archived public Read only

0
0
Text · 338 B · 08d809d Raw
14 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: res = K W M3* KWM with spaces in name at invocation NOT replaced4      integer, parameter :: KWM = 7775#define KWM 6666      integer :: res7      res = K W M8      if (res .eq. 777) then9        print *, 'pp008.F yes'10      else11        print *, 'pp008.F no: ', res12      end if13      end14