blob: 1047f0cbcb0bf33ce2d4e55a6a6a7f39153f17bd [file] [log] [blame]
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}
define void @test_byref(ptr byref(-1)) {
ret void
}