xref: /llvm-project/flang/test/Preprocessing/pp042.F (revision 1c8f199f449916d30ec12ecc5bb0f157ab1d01a0)
1! RUN: %flang -E %s 2>&1 | FileCheck %s
2! CHECK-NOT: goto 2
3* #define c 1, then use c as label in fixed-form
4#define c 1
5c     print *, 'pp042.F yes'; goto 2
6      print *, 'pp042.F no'
72     continue
8      end
9