1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/ExecutionEngine/OrcLazy/Inputs/hidden-definitions.ll
2018-10-23 23:01:39 +00:00

7 lines
76 B
LLVM

@bar = hidden global i32 0
define hidden i32 @foo() {
entry:
ret i32 0
}