mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-13 11:30:21 +00:00
New, horrible, testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14829 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a32784ad4
commit
f05591d359
18
test/Feature/globalredefinition.ll
Normal file
18
test/Feature/globalredefinition.ll
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
; Test forward references and redefinitions of globals
|
||||||
|
|
||||||
|
%Y = global void()* %X
|
||||||
|
|
||||||
|
%A = global int* %B
|
||||||
|
%B = global int 7
|
||||||
|
%B = global int 7
|
||||||
|
|
||||||
|
|
||||||
|
declare void %X()
|
||||||
|
|
||||||
|
declare void %X()
|
||||||
|
|
||||||
|
void %X() {
|
||||||
|
ret void
|
||||||
|
}
|
||||||
|
|
||||||
|
declare void %X()
|
Loading…
x
Reference in New Issue
Block a user