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

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