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

8 lines
120 B
LLVM
Raw Normal View History

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