Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
Assembler
/
invalid-byval-type3.ll
blob: f38ef687e74d21f54e4abd1f37c812dcd8e56a41 [
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
(
ptr
byval
(
void
()))