You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
089adc339e
And fix a minor bug exposed by doing so. Differential Revision: https://reviews.llvm.org/D85164
8 lines
213 B
Fortran
8 lines
213 B
Fortran
! 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
|