Files
linux-packaging-mono/external/llvm-project/llvm/test/Assembler/invalid-name.ll

8 lines
142 B
LLVM
Raw Normal View History

; RUN: not llvm-as < %s 2>&1 | FileCheck %s
define void @f () {
%"" = sext i16 0 to i32
; CHECK: expected instruction opcode
ret void
}