Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
refs/heads/r38
/
.
/
test
/
Assembler
/
private-hidden-variable.ll
blob: ce6bfa9bae68898ea986b542c916923c1912cb70 [
file
] [
log
] [
blame
]
Duncan P. N. Exon Smith
76c17d3
2014-05-07 22:57:20 +0000
[
diff
] [
blame
]
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
@var
=
private
hidden
global
i32
0
4
; CHECK: symbol with local linkage must have default visibility