2020-09-08 17:13:11 +02:00
|
|
|
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
|
2021-07-14 20:58:52 +02:00
|
|
|
; CHECK: Attribute 'noundef' applied to incompatible type!
|
2020-09-08 17:13:11 +02:00
|
|
|
; CHECK-NEXT: @noundef_void
|
|
|
|
define noundef void @noundef_void() {
|
|
|
|
ret void
|
|
|
|
}
|