[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Assembler / invalid-byval-type2.ll
blob3ca0d5e7c4c2b129f659e8a4333647b09003ba51
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: error: void type only allowed for function results
4 declare void @foo(i32* byval(void))