blob: cd475db01c39e883a998115161f45bc7fdbb2f81 [file] [log] [blame]
! KWM call name split across continuation, with leading &
integer, parameter :: KWM = 666
#define KWM 777
integer :: res
res = KW&
&M
if (res .eq. 777) then
print *, 'pp105.F90 pass'
else
print *, 'pp105.F90 FAIL: ', res
end if
end