mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
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
|
||
|
|