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] Accept polymorphic component element in storage_size
[llvm-project.git]
/
flang
/
test
/
Semantics
/
missing_newline.f90
blob
7261ac824bedb2710814c74a070c134326672531
1
! RUN: echo -n "end program" > %t.f90
2
! RUN: %flang_fc1 -fsyntax-only %t.f90
3
! RUN: echo -ne "\rend program" > %t.f90
4
! RUN: %flang_fc1 -fsyntax-only %t.f90
5
! REQUIRES: shell