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