[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / flang / test / Semantics / missing_newline.f90
blob7261ac824bedb2710814c74a070c134326672531
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