brintos

brintos / llvm-project-archived public Read only

0
0
Text · 137 B · 62f6da1 Raw
7 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2; CHECK: value doesn't match function result type 'void'3 4define void @foo() {5  ret i32 06}7