pp002.F 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 * #undef integer, parameter :: KWM = 777 #define KWM 666 #undef KWM if (KWM .eq. 777) then print *, 'pp002.F pass' else print *, 'pp002.F FAIL: ', KWM end if end