[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Parser / do100h.f
blob8fac8e97cb50276bb0d816cd5106525acc7e6a4f
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
5 100 continue
6 end