Sign in
cobalt
/
cobalt
/
11295760be490ee3fe93b612c49343055ab2c485
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Object
/
mri3.test
blob: bdc53991510e8eb8b456f9fd6b2a8df77ce4121a [
file
] [
log
] [
blame
]
;
RUN
:
echo save
>
%
t
.
mri
;
RUN
:
echo create
%
t
.
a
>>
%
t
.
mri
;
RUN
:
echo
end
>>
%
t
.
mri
;
RUN
:
not
llvm
-
ar
-
M
<
%
t
.
mri
2
>&
1
|
FileCheck
%
s
;
CHECK
:
File
already saved
.