repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Flang][OpenMP]Add parsing support for DISPATCH construct (#121982)
[llvm-project.git]
/
flang
/
test
/
Parser
/
lit-substr-data.f90
blob
7eed616a1ee2ec838a55d974d822b2b7554ec52e
1
!RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
2
!Regression test for bug #119005
3
character
*
2
::
ary4
4
!CHECK: DATA ary4/"cd"/
5
data
ary4
/
"abcdef"
(
3
:
4
)/
6
end
7