brintos

brintos / llvm-project-archived public Read only

0
0
Text · 196 B · 9ee5a18 Raw
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