8 lines · plain
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: Attribute 'noundef' applied to incompatible type!4; CHECK-NEXT: @noundef_void5define noundef void @noundef_void() {6 ret void7}8 1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: Attribute 'noundef' applied to incompatible type!4; CHECK-NEXT: @noundef_void5define noundef void @noundef_void() {6 ret void7}8