blob: ab7e7f0baa8b86c0cdd8c5046e253b205510e27e [file] [log] [blame]
! RUN: %f18 -E %s 2>&1 | FileCheck %s
! CHECK-NOT: stop
! #define KWM !, then KWM works as comment line initiator
#define KWM !
KWM print *, 'pp129.F90 FAIL HARD!'; stop
print *, 'pp129.F90 yes'
end