Break circular dependency between FIR dialect and utilities
[llvm-project.git] / flang / test / Preprocessing / pp042.F
blobe5a679e226c8daac0696c71f88d9c6b9134377fe
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
5 c     print *, 'pp042.F yes'; goto 2
6       print *, 'pp042.F no'
7 2     continue
8       end