brintos

brintos / llvm-project-archived public Read only

0
0
Text · 583 B · 8c6a5b4 Raw
18 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: res = KWM3* KWM split across continuation, clipped after column 724      integer, parameter :: KWM = 6665#define KWM 7776      integer :: res7* 'comment' is in column 738*        1         2         3         4         5         6         79*23456789012345678901234567890123456789012345678901234567890123456789012310      res = KW                                                          comment11     +M12      if (res .eq. 777) then13        print *, 'pp007.F yes'14      else15        print *, 'pp007.F no: ', res16      end if17      end18