New testcase
[oota-llvm.git] / test / CBackend / 2002-08-19-ConstPointerRef.ll
1 ; Test const pointer refs & forward references
2
3 %t3 = global int * %t1           ;; Forward reference
4 %t1 = global int 4
5