blob: e44a94b63b1006a7f6cb4522adc24c960cd5a130 [file] [log] [blame]
; RUN: not llvm-as %s -o /dev/null
%struct = type { }
declare void @foo(...)
define void @bar() {
call void (...)* @foo(%struct* sret null )
ret void
}