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