[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Assembler / invalid-byval-type1.ll
blob236790e11428981afac17ffdf781a73d2c31ad75
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'byval' type does not match parameter!
4 declare void @foo(i32* byval(i8))