brintos

brintos / llvm-project-archived public Read only

0
0
Text · 360 B · 67f40bf Raw
14 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (777 .eq. 777) then3! CHECK: print *, 'pp033.F no: ', 7774* /* C comment \ newline */ erased from #define5      integer, parameter :: KWM = 6666#define KWM 77/* C comment \7*/78      if (KWM .eq. 777) then9        print *, 'pp033.F yes'10      else11        print *, 'pp033.F no: ', KWM12      end if13      end14