aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
blob: 4b776cd938f560b17717bf8c57a974ad942124bb (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llc -march=c

; Test const pointer refs & forward references

%t3 = global int * %t1           ;; Forward reference
%t1 = global int 4