mirror of
https://github.com/RPCS3/llvm.git
synced 2026-01-31 01:25:19 +01:00
on linux last time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277942 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
127 B
LLVM
10 lines
127 B
LLVM
define linkonce_odr i32 @baz() #0 {
|
|
entry:
|
|
ret i32 0
|
|
}
|
|
|
|
define i8* @bar() {
|
|
entry:
|
|
ret i8* bitcast (i32 ()* @baz to i8*)
|
|
}
|