llvm-project/llvm/test/Assembler/invalid-name.ll

7 lines
117 B
LLVM

; RUN: not llvm-as %s 2>&1 | FileCheck %s
; CHECK: expected function name
define void @"zed\00bar"() {
ret void
}