xref: /llvm-project/flang/test/Preprocessing/pp129.F90 (revision 1c8f199f449916d30ec12ecc5bb0f157ab1d01a0)
1! RUN: %flang -E %s 2>&1 | FileCheck %s
2! CHECK-NOT: stop
3! #define KWM !, then KWM works as comment line initiator
4#define KWM !
5KWM   print *, 'pp129.F90 FAIL HARD!'; stop
6      print *, 'pp129.F90 yes'
7      end
8