mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
; RUN: echo abc > %t.mri
|
||
|
|
||
|
; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s
|
||
|
; CHECK: Unknown command: abc.
|