bolt/deps/llvm-18.1.8/flang/test/Parser/do100h.f

8 lines
162 B
FortranFixed
Raw Normal View History

2025-02-14 19:21:04 +01:00
! 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