brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · eb1d67f Raw
8 lines · plain
1; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s2 3; CHECK: Attribute 'dead_on_return' applied to incompatible type!4; CHECK-NEXT: ptr @arg_not_pointer5define void @arg_not_pointer(i32 dead_on_return %arg) {6  ret void7}8