xref: /llvm-project/flang/test/Parser/do100h.f (revision a6569e578eb4b54d48af53282d176e227f36f05d)
1! RUN: %flang_fc1 -E %s | FileCheck %s
2! Test that Hollerith is not mistakenly tokenized here
3!CHECK: do 100 h=1,10
4      do 100 h=1,10
5100   continue
6      end
7
8