blob: 3ca0d5e7c4c2b129f659e8a4333647b09003ba51 [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(i32* byval(void))