blob: 8fac8e97cb50276bb0d816cd5106525acc7e6a4f [file] [log] [blame]
! 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