brintos

brintos / llvm-project-archived public Read only

0
0
Text · 311 B · 9643fc0 Raw
12 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (777 .eq. 777) then3* /* C comment */ erased from #define4      integer, parameter :: KWM = 6665#define KWM 777 /* C comment */6      if (KWM .eq. 777) then7        print *, 'pp030.F yes'8      else9        print *, 'pp030.F no: ', KWM10      end if11      end12