blob: 45073ab6f1e6cb1ba9f011e0be4b71baadc5ec90 [file] [log] [blame]
* KWM NOT expanded in 'literal'
#define KWM 666
character(len=3) :: ch
ch = 'KWM'
if (ch .eq. 'KWM') then
print *, 'pp021.F pass'
else
print *, 'pp021.F FAIL: ', ch
end if
end