blob: 5263e03d45dee3d3d478043a31d7cf6824347773 [file] [log] [blame]
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: Attributes 'byval'{{.*}} do not support unsized types!
declare void @foo(void()* byval(void()))