blob: 7aa0bc3db7668ad132cc0650b9078e650ab828a8 [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as -f -o %s.bc
; RUN: 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
}