brintos

brintos / llvm-project-archived public Read only

0
0
Text · 151 B · 879375a Raw
5 lines · plain
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: error: void type only allowed for function results4declare void @foo(ptr byval(void))5