blob: 660514bb1850a281e6102a9b3b7bd64b49009f7f [file] [log] [blame]
Duncan P. N. Exon Smithb80de102014-05-07 22:57:20 +00001; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3@global = global i32 0
4
5@alias = hidden alias internal i32* @global
6; CHECK: symbol with local linkage must have default visibility