1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-17 23:31:05 +00:00
llvm-6502/test/Assembler/private-hidden-alias.ll

7 lines
189 B
LLVM
Raw Normal View History

; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
@global = global i32 0
@alias = private hidden alias i32* @global
; CHECK: symbol with local linkage must have default visibility