blob: 740e193efc5453db155a741cc1cab2638a9ecc50 [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(0)) {
ret void
}