1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-31 07:52:55 +01:00
llvm-mirror/test/Regression/CodeGen/CBackend/2002-08-19-ConstPointerRef.ll
2004-02-15 22:56:30 +00:00

6 lines
122 B
LLVM

; Test const pointer refs & forward references
%t3 = global int * %t1 ;; Forward reference
%t1 = global int 4