Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
2a333e6b14e94de7fa32dd0a772886d028515708
/
.
/
test
/
Assembler
/
internal-protected-function.ll
blob: 944cb75eec4c72b605be96a22bcd034fe90675cc [
file
]
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
define
internal
protected
void
@function
()
{
; CHECK: symbol with local linkage must have default visibility
entry
:
ret
void
}