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