blob: 5dbb420a82537506c8c89667ec8d56326503bf87 [file] [log] [blame]
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
define private protected void @function() {
; CHECK: symbol with local linkage must have default visibility
entry:
ret void
}