[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / Assembler / invalid-byval-type3.ll
blob4626dd71c5b56e997c3a6d83b2ed9509ec75a5d7
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: Attributes 'byval' and 'inalloca' do not support unsized types!
4 declare void @foo(void()* byval(void()))