[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / Assembler / byref-parse-error-4.ll
blob740e193efc5453db155a741cc1cab2638a9ecc50
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}
4 define void @test_byref(ptr byref(0)) {
5   ret void