blob: 1577685717b00a6f3d2b6db4d2fa7e974c6561ff [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | not grep %X
2
3%G = uninitialized global [40x int]
4
5implementation
6
7int* %test() {
8 %X = getelementptr [40x int]* %G, uint 0, uint 0
9 ret int* %X
10}