brintos

brintos / llvm-project-archived public Read only

0
0
Text · 546 B · 336d519 Raw
15 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: if (7777 .eq. 777) then3! CHECK: print *, 'pp037.F no: ', 77774* fixed-form clipping NOT applied to #define5      integer, parameter :: KWM = 6666*        1         2         3         4         5         6         77*2345678901234567890123456789012345678901234567890123456789012345678901238#define KWM                                                          77779      if (KWM  .eq. 777) then10        print *, 'pp037.F yes'11      else12        print *, 'pp037.F no: ', KWM13      end if14      end15