You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
215 B
8 lines
215 B
4 months ago
|
! RUN: %f18 -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
|