mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
5 lines
103 B
LLVM
5 lines
103 B
LLVM
|
@X = global i32 5
|
||
|
@U = global i32 6
|
||
|
define i32 @foo() { ret i32 7 }
|
||
|
define i32 @unused() { ret i32 8 }
|