blob: 879375a42e8bf2db4a750eab537675863ca5574b [file] [log] [blame]
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: error: void type only allowed for function results
declare void @foo(ptr byval(void))