brintos

brintos / llvm-project-archived public Read only

0
0
Text · 382 B · cad7e28 Raw
14 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (KWM .eq. 777) then3* #define with # in column 6 is a continuation line in fixed-form4      integer, parameter :: defineKWM666 = 5555      integer, parameter :: KWM =6     #define KWM 6667     ++2228      if (KWM .eq. 777) then9        print *, 'pp043.F yes'10      else11        print *, 'pp043.F no: ', KWM12      end if13      end14