internal-protected-alias.ll 193 B

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