bolt/deps/llvm-18.1.8/flang/test/Parser/do100h.f
2025-02-14 19:21:04 +01:00

7 lines
162 B
Fortran

! RUN: %flang_fc1 -E %s | FileCheck %s
! Test that Hollerith is not mistakenly tokenized here
!CHECK: do 100 h=1,10
do 100 h=1,10
100 continue
end