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