Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
flang
/
test
/
Semantics
/
missing_newline.f90
blob: 7261ac824bedb2710814c74a070c134326672531 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
echo
-
n
"end program"
>
%
t
.
f90
!
RUN
:
%
flang_fc1
-
fsyntax
-
only
%
t
.
f90
!
RUN
:
echo
-
ne
"\rend program"
>
%
t
.
f90
!
RUN
:
%
flang_fc1
-
fsyntax
-
only
%
t
.
f90
!
REQUIRES
:
shell