mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
7 lines
185 B
LLVM
7 lines
185 B
LLVM
|
@v = weak global i8 1
|
||
|
@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @foo, i8* @v}]
|
||
|
|
||
|
define void @foo() {
|
||
|
ret void
|
||
|
}
|