summaryrefslogtreecommitdiff
path: root/llvm/test/Assembler/byref-parse-error-10.ll
blob: 272c4113ec7708001a8869a7ae7c1c770696f1c8 (plain)
1
2
3
4
5
6
; RUN: not llvm-as < %s 2>&1 | FileCheck %s

; CHECK: <stdin>:[[@LINE+1]]:33: error: expected type{{$}}
define void @test_byref() byref(4) {
  ret void
}