Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
Verifier
/
noundef.ll
blob: 9ee5a1859799efae64f6cfdf369b6a9eb4071c68 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: Attribute 'noundef' applied to incompatible type!
; CHECK-NEXT: @noundef_void
define
noundef
void
@noundef_void
()
{
ret
void
}