brintos

brintos / llvm-project-archived public Read only

0
0
Text · 371 B · 7a78e75 Raw
15 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: res = KWM3! KWM call name split across continuation, no leading &, with & ! comment4      integer, parameter :: KWM = 6665#define KWM 7776      integer :: res7      res = KW& ! comment8M9      if (res .eq. 777) then10        print *, 'pp107.F90 yes'11      else12        print *, 'pp107.F90 no: ', res13      end if14      end15