blob: c8d12013e92c800104b02cfd6b7816ac50f076e6 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3; Test const pointer refs & forward references
4
5%t3 = global int * %t1 ;; Forward reference
6%t1 = global int 4
7