mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
95378f1d72
Patch by Kevin Frei! llvm-svn: 221620
8 lines
281 B
LLVM
8 lines
281 B
LLVM
; RUN: llvm-link -S %s -o - | FileCheck %s
|
|
|
|
; CHECK: @foo = private externally_initialized global i8* null
|
|
@foo = private externally_initialized global i8* null
|
|
; CHECK: @array = appending global [7 x i8] c"abcdefg", align 1
|
|
@array = appending global [7 x i8] c"abcdefg", align 1
|
|
|