Sign in
llvm
/
llvm-project
/
c8f2139eb0de70eec16901d2a7ddfdec62659685
/
.
/
llvm
/
test
/
Assembler
/
invalid-byval-type3.ll
blob: b62fb5354a5b2d94e11c5c0c3f07e79fbfdf9c38 [
file
] [
log
] [
blame
]
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: Attribute 'byval' does not support unsized types!
declare
void
@foo
(
void
()*
byval
(
void
()))