mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
4572ce85b0
llvm-svn: 33296
8 lines
189 B
LLVM
8 lines
189 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
|
|
|
|
; Make sure that global variables do not collide if they have the same name,
|
|
; but different types.
|
|
|
|
%X = global int 5
|
|
%X = global long 7
|