[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / Assembler / invalid-byval-type2.ll
blob879375a42e8bf2db4a750eab537675863ca5574b
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: error: void type only allowed for function results
4 declare void @foo(ptr byval(void))