summaryrefslogtreecommitdiff
path: root/test/Linker/2006-01-19-ConstantPacked.ll
blob: 3f7bf460d264ee83ff2d3e631aab624edd8e0c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; RUN: llvm-as %s -f -o %s.bc ; llvm-link -f -o %s.linked %s.bc

target endian = big
target pointersize = 32
target triple = "powerpc-apple-darwin7.7.0"
deplibs = [ "c", "crtend" ]
%source = global <4 x int> < int 0, int 1, int 2, int 3 >

implementation   ; Functions:

int %main() {
entry:
        ret int 0
}