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