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